home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Graphics⁄Sound
/
Gnome
/
Gnome.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-02
|
222 b
|
20 lines
|
[
TEXT/KAHL
]
/*
Gnome.h - types and constants for metronome.
*/
# ifndef nil
# define nil (0L)
# endif
/*
Resource numbers
*/
typedef enum /* alert/dialog numbers */
{
aboutAlrtNum = 1000 /* "About Gnome..." alert */
};